Skip to content

feat: Use esp_jpeg component for decoding #740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tore-espressif
Copy link
Contributor

@tore-espressif tore-espressif commented May 5, 2025

Description

Use esp_jpeg component from ESP registry.

Advantages

  • Remove some JPEG decoding related code from this repo -> easier maintenance
  • You get bug fixes from esp_jpeg component
  • Adds possibility to use JPEG decoder from ROM
  • Updates tjpgd to R0.03

Related

Testing

  • Fixed and tested with esp32-camera/test

Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

@tore-espressif tore-espressif marked this pull request as ready for review May 7, 2025 17:10
@tore-espressif
Copy link
Contributor Author

tore-espressif commented May 7, 2025

@me-no-dev @igrr In this PR tjpgd is removed from esp32_camera and esp_jpeg component is used instead. Please let me know what you think!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant